extern ff_vecs_t quovadis_vecs;
extern ff_vecs_t saroute_vecs;
extern ff_vecs_t shape_vecs;
+#if CSVFMTS_ENABLED
extern ff_vecs_t stmsdf_vecs;
+#endif
+#if CSVFMTS_ENABLED
extern ff_vecs_t stmwpp_vecs;
+#endif
extern ff_vecs_t tef_xml_vecs;
extern ff_vecs_t text_vecs;
extern ff_vecs_t tiger_vecs;
"Suunto Trek Manager (STM) .sdf files",
"sdf"
},
+#endif
+#if CSVFMTS_ENABLED
{
&stmwpp_vecs,
"stmwpp",
int vc;
vecs_t **svp;
vecs_t *vec;
+#if CSVFMTS_ENABLED
style_vecs_t *svec;
+#endif
int i = 0;
/* Get a count from both the vec (normal) and the svec (csv) lists */